ref: 5f7a6b7ea3c4ae1b51beffe3309e9b6b0491e71f
dir: /rc/bin/""/
#!/bin/rc PROMPT='[^ ]*(%|;)+[ ]+' _x = `{" $* | tail -1} if(~ $#_x 0) { echo no such command found exit notfound } echo ' ' $_x _x=`{ echo -n 'eval '''; echo $_x | sed 's/^'$PROMPT'//; s/''/''''/g; s/$/''/'} rc -c $"_x